Zdocj uses Alexander Pruss's PalmResize package to support landscape mode and the Dynamic Input Area.

These are the five files from his package:

DIA.c
DIA.h
resize.c
resize.h
resizeconsts.h

However, slight modifications are made to the structure of PalmReisze, and these must be incorporated if a new version of PalmResize is to be integrated into Zdocj.

in resize.h:

change

	#include "sects.h"

to

	#include "Sections.h"

in resize.c:

delete

	#include "util.h"

and add in its place

	#include "zdocj_c.h"
	#include "zdocj_g.h"
